Adwaita: Remove a shadow-type leftover
authornana-4 <hnmaigo@gmail.com>
Tue, 25 Aug 2020 12:12:35 +0000 (21:12 +0900)
committernana-4 <hnmaigo@gmail.com>
Tue, 25 Aug 2020 12:12:35 +0000 (21:12 +0900)
After commit edae2a8dc500b7af29928e5eb6dfc305726ce6e0, frames always
draw frames. So, remove the unused frame.flat styling.

gtk/theme/Adwaita/_common.scss

index 8ab52c80108590ee1228e16611413e03811eb6ac..64db0790fb94f83c563a79d60dfdb540a7a43270 100644 (file)
@@ -3010,8 +3010,6 @@ frame,
   padding: 0;
   border-radius: 0;
   border: 1px solid $borders_color;
-
-  &.flat { border-style: none; }
 }
 
 actionbar > revealer >  box {